Determine name of R package my code is in? -


i'm working on r package , (in package's code) need determine version number when function called.

packageversion("mypackage") works, i'd rather not hard code name of package. how can ask "what's name of package i'm in"? (or directly version number of package i'm in.)

this mailing list thread describes packagename().

(as martin pointed out in comments.)


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

javascript - Get parameter of GET request -

javascript - Twitter Bootstrap - how to add some more margin between tooltip popup and element -