Displaying 6 results from an estimated 6 matches for "mytst".
Did you mean:
mytest
2012 Oct 13
0
installation of R (2.14.1 and 2.15.1) fails due to [reg-packages.Rout] Error
...t; writeLines(c('setClass("foo", contains="numeric")',
+ 'setMethod("show", "foo",',
+ ' function(object) cat("I am a \\"foo\\"\\n"))'),
+ tmp)
> if(file.exists("myTst")) unlink("myTst", recursive=TRUE)
> package.skeleton("myTst", code_files = tmp)# with a file name warning
Creating directories ...
Creating DESCRIPTION ...
Creating NAMESPACE ...
Creating Read-and-delete-me ...
Copying code files ...
Making help files ...
Done.
Further...
2020 Feb 14
3
R-3.6.2 make check fails
...t; writeLines(c('setClass("foo", contains="numeric")',
+ 'setMethod("show", "foo",',
+ ' function(object) cat("I am a \\"foo\\"\\n"))'),
+ tmp)
> if(file.exists("myTst")) unlink("myTst", recursive=TRUE)
> package.skeleton("myTst", code_files = tmp)# with a file name warning
Creating directories ...
Creating DESCRIPTION ...
Creating NAMESPACE ...
Creating Read-and-delete-me ...
Copying code files ...
Making help files ...
Done.
Further...
2016 Apr 20
3
Fresh build from source of R-3.2.5 failing "make check" under 64-bit Ubuntu
...indices
** building package indices
** testing if installed package can be loaded
* DONE (exNSS4)
Loading required package: exNSS4
> (res <- installed.packages(lib.loc = "myLib", priority = "NA"))
Package LibPath Version Priority Depends Imports LinkingTo Suggests
myTst "myTst" "myLib" "1.0" NA "methods" NA NA NA
Enhances License License_is_FOSS
myTst NA "What license is it under?" NA
License_restricts_use OS_type MD5sum NeedsCompilation Bui...
2011 May 19
1
r-2.13 fails make check
...les2.R' ... OK
running code in '../../R-2.13-src/tests/reg-packages.R' ...make[3]:
*** [reg-packages.Rout] Error 1
make[2]: *** [test-Reg] Error 2
make[1]: *** [test-all-basics] Error 1
make: *** [check] Error 2
locating tests/reg-packages.Rout.fail I find
> stopifnot(require("myTst",lib = "myLib"))
Loading required package: myTst
> sm <- findMethods(show, where= as.environment("package:myTst"))
> stopifnot(names(sm at names) == "foo")
> unlink("myTst_*")
>
> ## More building & installing packages
> ## NB: t...
2016 Apr 21
0
Fresh build from source of R-3.2.5 failing "make check" under 64-bit Ubuntu [SOLVED]
...>>>> * DONE (exNSS4)
>>>> Loading required package: exNSS4
>>>>> (res <- installed.packages(lib.loc = "myLib", priority = "NA"))
>>>> Package LibPath Version Priority Depends Imports LinkingTo Suggests
>>>> myTst "myTst" "myLib" "1.0" NA "methods" NA NA NA
>>>> Enhances License License_is_FOSS
>>>> myTst NA "What license is it under?" NA
>>>> License_restricts_use OS_...
2009 Oct 23
2
reg-tests-1.R failure with unstable
Hi,
I am getting an error from one of the test files
tests/reg-tests-1.R using the unstable version (r50179).
(i've learned my lessons; this is a clean build.) The tail
of reg-tests-1.Rout.fail is
Loading required package: myTst
building package pkgA ...
installing package pkgA using file pkgA_1.0.tar.gz ...
Error in as.octmode(mode) : invalid digits
Error in install.packages(r, lib = "myLib", repos = NULL, type = "source") :
(converted from warning) installation of package 'pkgA_1.0.tar.gz'
h...