Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

random character on line 21 of plot.occurrence.threshold.R #12

Open
bi0m3trics opened this issue Mar 29, 2024 · 3 comments
Open

random character on line 21 of plot.occurrence.threshold.R #12

bi0m3trics opened this issue Mar 29, 2024 · 3 comments

Comments

@bi0m3trics
Copy link

Hey Jeff, looks like there's a random "b" on line 21 in plot.occurrence.threshold.R
https://github.com/jeffreyevans/rfUtilities/blob/master/R/plot.occurrence.threshold.R

@daviskec
Copy link

daviskec commented Oct 9, 2024

That random b seems to be preventing me from installing the development version of the packages on R 4.4.0.

See below error:

remotes::install_github("jeffreyevans/rfUtilities")
Downloading GitHub repo jeffreyevans/rfUtilities@HEAD
Running `R CMD build`...
* checking for file ‘/tmp/RtmpYZDbXI/remotes1e94245514714f/jeffreyevans-rfUtilities-a113e2c/DESCRIPTION’ ... OK
* preparing ‘rfUtilities’:
* checking DESCRIPTION meta-information ... OK
* checking for LF line-endings in source and make files and shell scripts
* checking for empty or unneeded directories
* building ‘rfUtilities_2.2-0.tar.gz’
Installing package into ‘/cluster/medbow/home/kdavis79/R/x86_64-pc-linux-gnu-library/4.4’
(as ‘lib’ is unspecified)
Warning in strptime(xx, f, tz = tz) :
  unknown timezone 'America/New_York'
Warning in strptime(xx, f, tz = tz) : unknown timezone 'GMT'
Warning in strptime(xx, f, tz = tz) :
  unknown timezone 'America/New_York'
* installing *source* package ‘rfUtilities’ ...
** using staged installation
** R
Error in parse(...) : 
  /tmp/Rtmpxjlnl0/R.INSTALL3061913ee3680d/rfUtilities/R/plot.occurrence.threshold.R:21:10: unexpected symbol
20:        stop("Not a supported statistic")
21:      }   b
             ^
ERROR: unable to collate and parse R files for package ‘rfUtilities’
* removing ‘/cluster/medbow/home/kdavis79/R/x86_64-pc-linux-gnu-library/4.4/rfUtilities’
Warning message:
In i.p(...) :
  installation of package ‘/tmp/RtmpYZDbXI/file1e94243dc92828/rfUtilities_2.2-0.tar.gz’ had non-zero exit status

@jeffreyevans
Copy link
Owner

jeffreyevans commented Oct 9, 2024 via email

@daviskec
Copy link

Thanks, Jeff, that let me install the package!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants