Open bthieurmel opened 4 months ago
Hi,
Working on client R package, pkgnet shows errors on Function Network page :
pkgnet
Function Network
It's seems to due to (rare) case of multiple expression in deparse object. One simple fix is to check only first value (or perhaps used %in% ?)
%in%
Complement : our case with multiple values in deparse(x[[1]]) :
deparse(x[[1]])
Hi,
Working on client R package,
pkgnet
shows errors onFunction Network
page :It's seems to due to (rare) case of multiple expression in deparse object. One simple fix is to check only first value (or perhaps used
%in%
?)