DS4PS / cpp-527-fall-2020

http://ds4ps.org/cpp-527-fall-2020/
0 stars 1 forks source link

R Package errors when loading package #30

Open JasonSills opened 3 years ago

JasonSills commented 3 years ago

Hi @lecy

I'm attempting to test loading my package from GitHub. When I use

devtools::install_github( "JasonSills/montyhall" )

I receive the following message with errors in the report: Downloading GitHub repo JasonSills/montyhall@HEAD √ checking for file 'C:\Users\Jason Sills\AppData\Local\Temp\RtmpKu8i0W\remotes3d6c44163d2\JasonSills-montyhall-6db6fdc/DESCRIPTION'

Installing package into �C:/Users/Jason Sills/Documents/R/win-library/4.0� (as �lib� is unspecified)

What is causing this? What is causing this export to be undefined? Doesn't the function follow the @export roxygen? Will it prevent you from loading on your machine?

JasonSills commented 3 years ago

Hi @lecy

I recreated everything under a "montyhall2" setup and everything seems to work fine. Every setup and step was exactly the same. I'm going to submit my montyhall2 package.