search for: readdocfil

Displaying 4 results from an estimated 4 matches for "readdocfil".

Did you mean: readdocfile
2017 Mar 09
2
Error in formatDL(nm, txt, indent = max(nchar(nm, "w")) + 3)
...s noted below. This > same "library(help='fda', character.only=TRUE)" ran fine using R Console > 3.2.1 under Windows 7. > > > I also tried debug(library). It died in line 298: > > > for (i in which(file.exists(docFiles))) pkgInfo[[i]] <- > readDocFile(docFiles[i]) > > > with i = 1 and docFiles[i] = > "/Library/Frameworks/R.framework/Versions/3.3/Resources/library/fda/Meta/package.rds". > > > This looks like a bug to me. I don't know if it's new since R 3.2.1 > or it works fine under Windows...
2017 Mar 08
2
Error in formatDL(nm, txt, indent = max(nchar(nm, "w")) + 3)
Hello: A call to help(..., help_type='text') fails with "package='fda": > install.packages('fda') > help(package='fda', help_type='text') Error in formatDL(nm, txt, indent = max(nchar(nm, "w")) + 3) : incorrect values of 'indent' and 'width' I have this wrapped inside "try" in
2017 Mar 09
0
Error in formatDL(nm, txt, indent = max(nchar(nm, "w")) + 3)
...g R 3.3.3 inside RStudio on a Mac, as noted below. This same "library(help='fda', character.only=TRUE)" ran fine using R Console 3.2.1 under Windows 7. I also tried debug(library). It died in line 298: for (i in which(file.exists(docFiles))) pkgInfo[[i]] <- readDocFile(docFiles[i]) with i = 1 and docFiles[i] = "/Library/Frameworks/R.framework/Versions/3.3/Resources/library/fda/Meta/package.rds". This looks like a bug to me. I don't know if it's new since R 3.2.1 or it works fine under Windows 7 but not a Mac. Tha...
2017 Mar 09
0
Error in formatDL(nm, txt, indent = max(nchar(nm, "w")) + 3)
...quot;library(help='fda', character.only=TRUE)" ran fine using R Console >> 3.2.1 under Windows 7. >> >> >> I also tried debug(library). It died in line 298: >> >> >> for (i in which(file.exists(docFiles))) pkgInfo[[i]] <- >> readDocFile(docFiles[i]) >> >> >> with i = 1 and docFiles[i] = >> "/Library/Frameworks/R.framework/Versions/3.3/Resources/library/fda/Meta/package.rds". >> >> >> This looks like a bug to me. I don't know if it's new since R 3.2.1 >&gt...