Consider the series $\sum\limits_{n=0}^{\infty}a_n$ and let
$$R = \lim_{n\to\infty}\left|\frac{a_{n+1}}{a_n}\right|.$$
The ratio test states that the series
- converges absolutely for $R < 1$,
- diverges for $R > 1$, and
- may or may not converge for $R = 1$.
Applying the ratio test to $a_n = nkr^{n-1}$, you find that $R = |r|$, so the series converges for $|r| < 1$, but you need to check the whether the series converges for those values of $r$ with $|r| = 1$ (i.e. $r = \pm 1$). Checking these two cases, we see that the series diverges (the limit of the terms of a convergent series is zero).
In terms of evaluation, note that $nkr^{n-1} = \frac{d}{dr}(kr^n)$, so $\int nkr^{n-1}dr = kr^n + c$. In light of this, one might hope that we could relate our series to the series with terms $kr^n$ (i.e. a geometric series). It turns out we can do this, because our series is absolutely convergent for $|r| < 1$. In particular, we have
$$\int\left(\sum_{n=1}^{\infty}nkr^{n-1}\right)dr = \left(\sum_{n=1}^{\infty}kr^n\right) + c = \frac{k}{1-r} + c'.$$
The first equality says that we can interchange the integral and the infinite sum; this is where we use absolute convergence.
So you have an expression for an antiderivative of the series you are interested in. To return back to the original series, we can differentiate both sides with respect to $r$ which gives
$$\sum_{n=1}^{\infty}nkr^{n-1} = \frac{k}{(1-r)^2}.$$