You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently, R seems to no longer add the "Packaged" field to DESCRIPTION when building from source. This prevents an end-user from loading the dev version because of the "staleness" check in onAttach(). However, "Built" is in there (at least on the systems I tested this against). I will submit a that PR attempts to capture that and use it as a substitute. If that fails, it returns since this check is purely informational.
The text was updated successfully, but these errors were encountered:
Recently, R seems to no longer add the "Packaged" field to DESCRIPTION when building from source. This prevents an end-user from loading the dev version because of the "staleness" check in
onAttach()
. However, "Built" is in there (at least on the systems I tested this against). I will submit a that PR attempts to capture that and use it as a substitute. If that fails, it returns since this check is purely informational.The text was updated successfully, but these errors were encountered: