Dear community,
When building my package 'SleepCycles' using devtools::check,
devtools::check_win_devel, and devtools::check_rhub, I do not get warnings,
errors, or notes. Nevertheless, there seems to be an error when building the
vignettes eventually
(https://cran-archive.r-project.org/web/ch
Hi Cathy,
I also had troubles with debian (Fedora only gave warnings) and no problems
with other systems. Mine was related to me writing a file (or rather trying to
write) in a working directory other than tempdir (can be retrieved by
tempdir()). I now write it to tempdir and then set the old w
eorgi Boshnakov [mailto:georgi.boshna...@manchester.ac.uk]
Gesendet: Mittwoch, 20. Dezember 2017 14:49
An: Göran Broström; r-package-devel@r-project.org; Blume Christine
Betreff: RE: [R-pkg-devel] Debian: example file is no longer read correctly
The package on CRAN doesn't use tempdir() to change d
Dear all,
I guess I need your help again. With debian my package (nparACT) gives an error
message that seems to be related to loading the data:
Warning in is.na(data$activity) :
is.na() applied to non-(list or vector) of type 'NULL'
Error in 1:a : argument of length 0
Although I have
if
there are NAs…
Any ideas what might be happening here?
Best,
Christine
-Ursprüngliche Nachricht-
Von: Iñaki Úcar [mailto:i.uca...@gmail.com]
Gesendet: Dienstag, 19. Dezember 2017 16:48
An: Blume Christine
Cc: r-package-devel@r-project.org
Betreff: Re: [R-pkg-devel] nparA
e.table(sleepstudy, file = "sleepstudy.txt", row.names=FALSE, col.names =
FALSE)
r <- nparACT_flex_loop(newdir, SR = 4/60, minutes = 435)
}
setwd(wd)
}
Best,
Christine
-Ursprüngliche Nachricht-
Von: Duncan Murdoch [mailto:murdoch.dun...@gmail.com]
Gesendet: Dienstag, 19. D
Dear Community,
For Fedora my package now gives a warning message when running the example:
"Warning: working directory was changed to
'/data/gannet/ripley/R/packages/tests-clang/nparACT.Rcheck/sleepstudy_example',
resetting"
I do not really know how to approach/solve this, what has rece