# \donttest{
num.chems <- length(get_cheminfo())
load_sipes2017()
#We should have the ADMet Predicted chemicals from Sipes et al. (2017),
#this one is a good test since the logP is nearly 10
calc_css(chem.cas="26040-51-7")
#Let's see how many chemicals we have now with the Sipes (2017) data loaded:
length(get_cheminfo())
#Now let us reset
reset_httk()
# We should be back to our original number:
num.chems == length(get_cheminfo())
# }
Run the code above in your browser using DataLab