[R-pkg-devel] nparACT package: "working directory was changed to...resetting"

2017-12-19 Thread Blume Christine
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

Re: [R-pkg-devel] nparACT package: "working directory was changed to...resetting"

2017-12-19 Thread Blume Christine
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

Re: [R-pkg-devel] nparACT package: "working directory was changed to...resetting"

2017-12-19 Thread Blume Christine
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] nparACT package

[R-pkg-devel] Debian: example file is no longer read correctly

2017-12-20 Thread Blume Christine
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

Re: [R-pkg-devel] File name error

2017-12-21 Thread Blume Christine
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

[R-pkg-devel] ERROR (re)building vignettes

2021-09-22 Thread Blume Christine
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