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

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -