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

java - Callback from new thread to class from which thread was initiated -

php - Extract Text from HTTP referer -

Receive udp packets in android gstreamer -