Closed redbybeing closed 1 year ago
Hm. I'd recommend deleting your currently installed version of sceptre
and then reinstalling. To do so, open R and then issue the command .libPaths()
. Your output should look something like this: /Library/Frameworks/R.framework/Versions/4.2/Resources/library
. Next, within terminal, cd
to the above directory (i.e., cd /Library/Frameworks/R.framework/Versions/4.2/Resources/library
), and then delete sceptre
via rm -rf sceptre
. After this, try downloading the package again.
Thank you! The function is available after erasing and re-installing sceptre as you mentioned!
Great, closing.
Hi,
This could be a silly question, but after reinstalling sceptre with
I get this error message:
could not find function "run_sceptre_highmoi_experimental"
I am trying to run the new highmoi sceptre. Is there anything I'm missing to get the updated version?