Trying to run a time series

You need to load the library first and specify the origin of your data

library(forecast)
model_A <- tslm(CANADA~trend, data = your_data_frame)

We don't really have enough info to help you any further. Could you ask this with a minimal REPRoducible EXample (reprex)? A reprex makes it much easier for others to understand your issue and figure out how to help.